Telegram Group & Telegram Channel
🌲 #newfeature
Change to `input()`'s `type = input.resolution` widget
A new feature of the resolution widget allows the selection of the chart's timeframe ("Same as Symbol"). This code shows how to use it, including how to make the chart's resolution the default.

It is no longer necessary to use the previous acrobatics required to include "No Higher Timeframe" as an option for users of our scripts:

//@version=4
study("type = input.resolution", "", true)
r_ = input("", type = input.resolution)
r = r_ == "" ? timeframe.period : r_
c = security(syminfo.tickerid, r, close)
plot(c)



tg-me.com/PineCodersSquawkBox/26
Create:
Last Update:

🌲 #newfeature
Change to `input()`'s `type = input.resolution` widget
A new feature of the resolution widget allows the selection of the chart's timeframe ("Same as Symbol"). This code shows how to use it, including how to make the chart's resolution the default.

It is no longer necessary to use the previous acrobatics required to include "No Higher Timeframe" as an option for users of our scripts:

//@version=4
study("type = input.resolution", "", true)
r_ = input("", type = input.resolution)
r = r_ == "" ? timeframe.period : r_
c = security(syminfo.tickerid, r, close)
plot(c)

BY PineCoders Squawk Box




Share with your friend now:
tg-me.com/PineCodersSquawkBox/26

View MORE
Open in Telegram


PineCoders Squawk Box Telegram | DID YOU KNOW?

Date: |

Telegram today rolling out an update which brings with it several new features.The update also adds interactive emoji. When you send one of the select animated emoji in chat, you can now tap on it to initiate a full screen animation. The update also adds interactive emoji. When you send one of the select animated emoji in chat, you can now tap on it to initiate a full screen animation. This is then visible to you or anyone else who's also present in chat at the moment. The animations are also accompanied by vibrations. This is then visible to you or anyone else who's also present in chat at the moment. The animations are also accompanied by vibrations.

What is Secret Chats of Telegram

Secret Chats are one of the service’s additional security features; it allows messages to be sent with client-to-client encryption. This setup means that, unlike regular messages, these secret messages can only be accessed from the device’s that initiated and accepted the chat. Additionally, Telegram notes that secret chats leave no trace on the company’s services and offer a self-destruct timer.

PineCoders Squawk Box from tr


Telegram PineCoders Squawk Box
FROM USA